OpenRoads Designer CONNECT Edition SDK Help

ComputeClosestIntersWithInfiniteLine Method

Computes intersection with an infinite line which is closest to the origin.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPoint ComputeClosestIntersWithInfiniteLine( DPoint3d pt, DPoint3d tg,bool setTangent,[OptionalAttribute]double? tol)

Parameters

SettingDescription
  DPoint3d  
  DPoint3d  
    
  ()  (Optional)  

Return Value

LinearPoint

See Also